home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 11
/
CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso
/
s
/
safesetedit.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-01-28
|
375b
|
21 lines
/*
The safe way to end edit mode
*/
arg box
if ~show(l, "rexxsupport.library") then
if ~addlib("rexxsupport.library", 0, -30) then
do
call ppm_Inform(1,"Please install the rexxsupport.library in your libs: directory before running this Genie.")
exit
end
call ppm_SetEdit(box)
do while word(ppm_GetState(), 1) ~= 3
call delay(10)
end